home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000208_news@newsmaster….columbia.edu _Sat May 17 19:00:28 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA21052
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 17 May 1997 19:00:27 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id TAA20763
  7.     for kermit.misc@watsun; Sat, 17 May 1997 19:00:27 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!news.mathworks.com!howland.erols.net!newsfeed.internetmci.com!xmission!xmission!not-for-mail
  9. From: jjanney@xmission.com (Jim Janney)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Script Input Error
  12. Date: 17 May 1997 16:58:11 -0600
  13. Organization: XMission Internet (801 539 0900)
  14. Lines: 30
  15. Sender: jjanney@xmission.xmission.com
  16. Message-ID: <Oohfz4qd5rpS089yn@xmission.com>
  17. References: <337DC0C3.5D6B@wwa.com> <5lkfi2$48t$1@newsmaster.cc.columbia.edu>
  18. NNTP-Posting-Host: xmission.xmission.com
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:7044
  20.  
  21. In article <337DC0C3.5D6B@wwa.com>, Jim Jacobus  <jjacobus@wwa.com> wrote:
  22. > I'm trying to write a telnet script using VMS C-kermit 6.0.192 to
  23. > connect to a NT system. NT system uses the Pragma s/w for telent
  24. > emulation.
  25. > I can't get a response back from my script. I have an 
  26. > "input 5 login:" which should work, but I always get an error from
  27. > my VMS Kermit:
  28. > ? Can't condition line for INPUT
  29. > What does this error mean. Is it documented in the Using C-Kermit
  30. > manual?
  31.  
  32. FWIW, I got the exact same error writing my first Kermit telnet
  33. script.  The problem was that I was using the 'telnet' command to
  34. connect, e.g.
  35.  
  36.    telnet bix.com
  37.    input 5 login
  38.  
  39. When I changed this to
  40.  
  41.    set network tcp/ip
  42.    set host bix.com
  43.    input 5 login
  44.  
  45. it started to work as I had intended.
  46.  
  47. -- 
  48. Jim Janney  jjanney@xmission.com, jjanney@bix.com